Personal tools

Lua/Shared/Transform3/Functions/Rotate

From JC2-MP Documentation

< Lua‎ | Shared‎ | Transform3
Jump to: navigation, search

Returns    Transform3
Prototype    Transform3:Rotate(Angle rotation)
Description    Rotates the transform by the specified angle.


Additional Notes

  • This operation does not yield a new transform object, the returned object and the subject are the same.

See Also